ctdb-config: enable syslog by default
authorRafael David Tinoco <rafaeldtinoco@ubuntu.com>
Tue, 28 Jul 2026 12:02:03 +0000 (15:02 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 28 Jul 2026 12:02:03 +0000 (15:02 +0300)
commit0df528d7957aa630f3f455aa34e4b12beb21ef90
treeffb4bc1d4c38ed527d9369092e88a525800bd91a
parentc67d651f2e0502a4cfa8f9b780a9e4725cad4c39
ctdb-config: enable syslog by default

Bug-Debian: https://bugs.debian.org/929931
Bug-Ubuntu: https://bugs.launchpad.net/bugs/722201
Last-Update: 2022-03-24
Forwarded: not-needed

CTDB uses /var/log/ctdb/ directory for the default log files. With
syslog disabled, systemd journal is not able to correctly inform
errors happening during service initialization.

Upstream community creates generic config files to be used by different
distributions, so this change makes no big difference to be accepted by
upstream.

With this patch the end user will be able to identify initialization
errors by executing:

  systemctl status ctdb.service

or to follow ctdb logs by executing:

  journalctl -f -u ctdb

Signed-off-by: Rafael David Tinoco <rafaeldtinoco@ubuntu.com>
Gbp-Pq: Name ctdb-config-enable-syslog-by-default.patch
ctdb/config/ctdb.conf